//$Id: adventnet1.css,v 1.1 2020/01/31 06:05:44 jasmine.aj Exp $

body,html{padding:0;margin:0;}
body,table{
	font:12px Verdana, Geneva, sans-serif;
}
p{	line-height:1.6;}
a:link,a:visited,a:active{color:#00f;}
a:hover{text-decoration:none;}

.navigator{border:none;}

#pane + .navigator, * html body .navigator{margin-top:0;} /* IE Fix to keep the margin null for the navigation*/
/* div.breadcrumb{
	float:left;
	width:80%;
	padding-top:10px;
	color:#858383;
	font-size:10px;
	font-weight:bold;
}
div.breadcrumb a,div.breadcrumb a:visited,div.breadcrumb a:active{color:#858383;text-decoration:none;border-bottom:1px solid #858383;height:10px;}
div.breadcrumb a:hover{color:#2984bd;border:none;height:10px;}
div.navBtns{
	float:left;
	width:20%;
	text-align:right;
}
div.navBtns img{border:none;} */
h1{
	border-bottom:1px dotted #999;	
	padding-bottom:6px;
	font-size:2em;
	margin-top:0;
}

table{
	border-collapse:collapse;
	border:1px solid #c4c4c4;
}
table td{border:1px solid #e2e2e2;padding:5px;}
table th{
	padding:5px;
	border:1px solid #c4c4c4;
	background:-moz-linear-gradient(top,#f8f7f7,#e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f7f7), to(#e3e3e3));
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f7f7, endColorstr=#e3e3e3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f7f7, endColorstr=#e3e3e3);	
}

ul li{
	padding-left:20px;
	list-style-type:none;
	background:url(bullet.png) no-repeat 0 8px;
}
ul, ul.innerTopics{padding-left:25px;margin:0;}
ul.innerTopics li{
	padding-left:20px;
	list-style-type:none;
	background:url(inner_topics.png) no-repeat 0 4px;
}
ul.innerTopics li a,ul.innerTopics li a:visited{text-decoration:none;color:#0000ff;}
ul.innerTopics li a:hover{text-decoration:underline;}
ul ul li{list-style-type:disc;background:none;padding:0;}
ul,ol{line-height:1.8;}
img.figure{
	display:block;
	margin:auto;
	text-align:center;
	border:1px solid #CCC;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0  5px #ccc;
}
.figText{font:bold 12px Verdana, Geneva, sans-serif;color:#2586be;text-align:center;}

div.note{
	width:90%;	
	padding:0 10px;	
	margin: 10px auto;	
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.7;
	border:1px solid #c3c4c4;
	background:-moz-linear-gradient(top,#ffffff,#f0f0f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0);	
	overflow:visible;
}
div.note p{
	background:url(images/note.jpg) no-repeat 10px 0;
	padding-left:50px;
	padding-bottom:10px;
}
* html body div.note{padding:10px;}

div.gotoTop {
	padding-right:5px;
	text-align:right;
	font:bold 11px Verdana, Geneva, sans-serif;
}
div.gotoTop img{padding-right:3px;}
div.gotoTop a{	
	color:#2576bc;
	text-decoration:none;
	border:none;
}

.mandatory{color:#f00;}
.alphaStyle{list-style-type:lower-alpha;}
.discStyle{list-style-type:disc;}
.navigator + div{
	color:#858383 !important;
	font:11px Verdana, Geneva, sans-serif !important;
	border-top:1px dotted #999;
	padding:5px 0 !important;
	margin-top:5px;
} 
div.footer div.copyRight{float:left;width:70%;}
div.footer div.meLink{float:right;width:20%;text-align:right;padding-right:10px;}
.footer div.meLink a{color:#858383;text-decoration:none;}
div.seeAlso{margin:25px 0 20px 0;padding:10px;background-color:#f4f4f4;border:1px solid #CCC;width:calc(100% - 20px)!important;}
.hr{border-bottom:1px solid #CCC;height:10px;}
.clearBoth{clear:both;}
a:active, a:focus{outline:none;}
img{max-width:100%;height:auto}
@media screen and (max-width:750px){
body{font-size:12px;word-break:break-all}
a{margin:5px;display:inline-block}
table{overflow-y: hidden;overflow-x: auto;word-wrap:break-word}
td,th{letter-spacing:-1px;padding:2px;word-wrap:break-word;display:table;width:99%}
}
